github.com/andybalholm/brotli/matchfinder.Writer.matches (field)

6 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L56: 	matches []Match
		matchfinder.go#L83: 	w.matches = w.MatchFinder.FindMatches(w.matches[:0], p)
		matchfinder.go#L84: 	w.outBuf = w.Encoder.Encode(w.outBuf, p, w.matches, lastBlock)
		matchfinder.go#L101: 	w.matches = w.matches[:0]